/* GWM */
.s-name {
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 29.4px !important;
    color: var(--brand-gray-1);
    font-family: var(--font-family-2);
}

.s-title {
    font-size: 32px!important;
    font-weight: 400!important;
    line-height: 47.4px!important;
    color: #5A5A5A;
}

.s-p {
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 26.46px!important;
    color: #333333;
}

.general-paragraph p,
.general-paragraph ul li,
.general-paragraph ol li {
    color: #000;
}

    .general-paragraph p a {
        color: var(--brand-blue) !important;
    }

/* General styles */
.sectionName{
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--title-10);
    font-style: normal;
    font-weight:  var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--brand-black);
}

.encabezadoDelModulo {
    margin: 0;
    padding-top: 50px;
    margin-bottom: 1.25rem;
    font-family: var(--font-family-1);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 30px;
    /*text-transform: uppercase;*/
    color: var(--brand-blue) !important;
}

.cardsDesc {
    font-size: 18px;
    color: var(--brand-blue);
    font-weight: var(--weight-normal);
    line-height: 26.46px;
    font-family: var(--font-family-1);
    padding: 0rem 16px;
}

.multimedia-content__video {
   /* max-width: 950px;*/
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: -webkit-fill-available;
}

.multimedia-content__video img,
.multimedia-content__video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*    padding: 30px 16px;*/
}

.multimedia-content__video video {
    width: 950px;
    height: 540px;
}

.Disclaimer-container a {
    color: #0B457F;
}

.disclaimer-1 a {
    color: #0B457F;
}



@media (max-width:576px) {
    .encabezadoDelModulo{
        /* font-size: 1.25rem; */
        font-size: 1.375rem;
    }
}

.dynamic_form__title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 4rem 0;
    text-align: center;
}

.dynamic_form__title h2{
    color: var(--brand-black);
    font-family: var(--font-family-1);
    font-size: var(--title-10);
}

.text-descripcion {
    margin: 0;
/*    margin-bottom: 2rem;*/
    font-family: var(--font-family-2);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-semilight);
    margin: 1.5rem 0rem;
    color: var(--brand-white);
    letter-spacing: 0.72px;
}

@media (max-width:576px) {

    .text-descripcion{
        /* font-size: 0.875rem; */
        font-size: 1rem;
    }
}

/* Base element: Hero banner */
.hero-banner__dynamic-view{
    position: relative;
}

.hero-banner__dynamic-view p {
    margin: 0;
}

.hero-banner__dynamic-view__banner-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 70%);
    padding: 0 5rem;  
}

.hero-banner__dynamic-view__banner-content > p{
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2); 
    font-weight: var(--weight-normal);
    letter-spacing: 0.4px;
    width: 43%;
}

.hero-banner__dynamic-view__banner-content-Divisor-line {
    width: 42%;
    max-width: 515px;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: .875rem;
}

.hero-banner__dynamic-view > picture > img{
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}


@media (max-width:1024px) {

    .hero-banner__dynamic-view__banner-content{
        padding: 1rem 6.5rem 0 3.5rem;
    }
}

@media (max-width:790px) {
    .hero-banner__dynamic-view__banner-content{
        padding: 1rem 1.5rem 0 2rem;
    }
}

@media (max-width:592px) {

    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg, #000 43%, rgba(0, 0, 0, 0) 63%);
        width: 100%;
        height: 100%;
        justify-content: flex-end;
        bottom: 0;
        top: auto;
        padding: 7rem 1rem 1.5rem 1.5rem;
        margin-top: 12%;
    }
    .hero-banner__dynamic-view__banner-content > h1 {
        font-size: 2.125rem;
        text-wrap: balance;
        text-transform: none;
    }
    .hero-banner__dynamic-view__banner-content > p {
        font-size: var(--paragraph-2);
        line-height: normal;
        width: 100% !important;
    }
    .hero-banner__dynamic-view__banner-content-Divisor-line {
        width: 100%;
        margin-bottom: .5rem;
    }
    .hero-banner__dynamic-view {
        height: fit-content;
    }
    .hero-banner__dynamic-view > picture {
        height: fit-content;
        display: block;
    }
    .hero-banner__dynamic-view > picture > img{
        object-fit: cover;
        aspect-ratio: initial;
    }
}

@media (max-width:532px) {

    .hero-banner__dynamic-view__banner-content {
        padding: 3rem 1rem 1.5rem 1.5rem;
    }
}

@media (max-width:360px) {

    .hero-banner__dynamic-view {
        height: fit-content;
    }
}

 @media(max-width: 460px){

    .hero-banner__dynamic-view > picture > img{
        object-fit: cover;
        aspect-ratio: initial;
    }
    .hero-banner__dynamic-view__banner-content {
        padding: 0 1rem 2rem;
    }

 }
 
/* Comentarios */

textarea#Comments {
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-dark-5);
    font-family: var(--font-family-2);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 40px;
    border-bottom: 2px solid #000;
} 

/* Component 1: Parrafo General */
article:has(.general-paragraph) {
    padding-block: 2rem !important;
    padding-inline: 0px !important;
    max-width: 100% !important;
    margin: 0 auto;
    /* background-color: var(--gray-dark-1); */
}

/* article:has(.general-paragraph) * {
    margin: 0;
    font-family: var(--font-family-1);
    color: var(--brand-black) !important;
    margin-bottom: 2rem;
} */

article:has(.general-paragraph) p span.text-regular,
article:has(.general-paragraph) p span.text-regular a{
    font-family: var(--font-family-2) !important;
    font-size: 18px !important;
}

.general-paragraph{
    padding: 1rem 5rem 0 5rem;
    /*font-family: var(--font-family-1);*/
    font-family: var(--font-family-1);
    font-size: var(--paragraph-5);
    font-weight: var(--weight-normal);

}

.general-paragraph + .general-paragraph {
    margin-top: 1.5rem;
}

.general-paragraph h1,
.general-paragraph h2,
.general-paragraph h4,
.general-paragraph strong {
    font-weight: 700;
    font-size: 32px;
    font-family: var(--font-family-1) !important;
    color: #000;
}

.link-flota {
    color: var(--brand) !important;
}

.link-flota:hover {
    color: var(--brand-dark) !important;
}

@media (max-width:1024px) {

    /* .general-paragraph{
        padding: 1rem 6.5rem 0 6.5rem;
    } */
}

@media (max-width:768px) {

    article:has(.general-paragraph) {
        padding-block: 1.875rem;
        padding-inline: 1rem;
        font-size: 26px !important;
    } 
    article:has(.general-paragraph) p span.text-regular,
    article:has(.general-paragraph) p span.text-regular a{
        font-size: 14px !important;
    }
    .general-paragraph {
        padding: 0 1rem;
        padding-top: 0;
    }

    .multimedia-content__video video,
    .multimedia-content__video img,
    .multimedia-content__video iframe {
        padding: 30px 0px;
    }

    .multimedia-content__video video {
        width: -webkit-fill-available;
        height: auto;
        padding: 20px;
    }

    .general-paragraph h2{
        font-size: 26px !important;
    }

    .general-paragraph p{
        font-size: 18px !important;
    }
    .acordion__title {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .acordion__content-is-active {
        padding: 1rem !important;
    }
    .general-paragraph h1,
    .general-paragraph h2,
    .general-paragraph h4,
    .general-paragraph strong {
        font-size: 26px !important;
    }
}

@media (max-width:470px) {
    /* .general-paragraph{
        padding: 1rem 2rem 0 2rem;
    } */
}
/* Component 2: Rotulo con CTA */
.rotulo-cta__secundario{
    background-color: var(--gray-light-4);
    padding: 1.5rem 0;
}

.rotulo-cta h4{
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    color: var(--brand-black);
}

.rotulo-cta h3{
    margin: 0;
    margin-top: 1.25rem;
    font-family: var(--font-family-1);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    text-transform: uppercase;
}

.rotulo-cta p{
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    margin-top: 2rem;
    color: var(--gray-dark-2);
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 0rem 11rem 0rem 11rem;
}

.rotulo-cta__button-cta{
    margin: 2rem 0;
    display: block;
    text-decoration: none;   
    padding: 0.75rem 2rem;
    transition: all 200ms;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--font-family-1);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
}


.rotulo-cta__button-cta:hover {
    color: var(--white);
    background-color: var(--brand-dark);
    border: none;
}

.rotulo-cta__button-cta:active {
    color: var(--white);
    background-color: var(--brand-dark);
    border: none;
}

@media (max-width:768px) {

    .rotulo-cta{
        padding: 1rem 1.5rem;
    }
    .rotulo-cta p{
        padding: 0rem 1rem 1rem 1rem;
    }
}

/* Component 3: Alternate post */
.alternate-post{
    padding: 0rem 3.5rem;
    margin: 0px 0;
}

@media (max-width:1024px) {
    .alternate-post{
        /* padding: 0 6.5rem; */
    }
}

@media (max-width:768px) {

    .alternate-post {
        padding: 0 3.5rem;
        align-items: center;
    }

    /*    .alternate-post__image img { 

        max-width: 65%; 

    }*/
    .image-right img {
        float: right;
    }
    .alternate-post__iframe{
        float: right;
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    .image-left img {
        float: left;
    }
    .image-left iframe {
        float: left;
    }
}

@media (max-width:1366.98px) {
    .alternate-post{
        padding: 1.5rem 0rem;
    }
    .alternate-post__text_content{
        padding: 0 1rem !important;

    }
}

.alternate-post__text_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
}

.alternate-post__text_content::-webkit-scrollbar {
    display: none;
}

.alternate-post__text_content p,
.alternate-post__text_content h2{
    margin: 0;
}

.alternate-post__text_content > h2{
    font-size: var(--title-16) !important;
}

/* .alternate-post__text_content > p:first-child{
    font-size: var(--title-9);
    letter-spacing: 4px;
    font-family: var(--font-family-1);
    color: var(--gray-dark-1);
    text-transform: uppercase;
} */
.post-text-left{
    /* padding-right:4rem; */
    padding: 0 3.5rem;
}

.post-text-right {
    /* padding-left: 4rem; */
    padding: 0 3.5rem;
}

.alternate-post__text_content h2 {
    margin: 0.75rem 0 1.5rem 0;
}

.post-text-left > h2 {
    text-align: initial;
    font-size: var(--title-3);
    text-transform: uppercase;
    font-weight: var(--weight-bolder) !important;
    text-transform: uppercase;
    color: var(--brand-black);
    font-family: var(--font-family-1)
}

.post-text-left > div > * {
    font-family: var(--font-family-2);
    text-align: justify;
    /* text-align: justify;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    line-height: 150%;
    color: var(--gray-dark-1); */
}

.post-text-right > div > * {
    font-family: var(--font-family-2);
    text-align: justify;
    /* font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    line-height: 150%;
    color: var( --gray-dark-1); */
}

.post-text-right > h2 {
    /*     text-align: initial;
    font-family: var(--font-family-1);
    font-size: var(--title-3);*/
    font-weight: var(--weight-bolder) !important;
    text-transform: uppercase;
    color: var(--brand-black);
    font-family: var(--font-family-1)
}

.alternate-post__image img{
    width: 100%;
    /*aspect-ratio: 3/2;*/
    object-fit: contain;
    /* padding: 1.5rem 1rem; */
    padding: 1.5rem 0;
    align-self: center;
}

@media (max-width:768px) {
    .post-text-left {
        padding-right: 0;
        /* margin-bottom: 24px; */
    }
    .post-text-right {
        padding-left: 0;
        /* margin-bottom: 24px; */
    }
    .alternate-post__image__wrapper{
        order: 2;
    }
    .alternate-post__text_content > p,
    .alternate-post__text_content > h2{
        text-align:center !important;
    }
}

@media (max-width:576px) {
    .post-text-left > p,
    .post-text-left > h2{
        text-align: initial;
        padding-right: 0;
    }
    .post-text-right > p,
    .post-text-right > h2
    {
        text-align: initial;
        padding-left: 0;
    }
}

/* Component 4: accordion */
.accordion-area {
    /* background-color: var(--gray-light-2); */
    padding-bottom: 3rem;
    /* margin-bottom: 4.25rem; */
/*    margin: 0px 8rem;*/
}

.accordion-area > h3 {
    padding-top: 2.5rem;
    /* margin-bottom: 2rem; */
    font-family: var(--font-family-1);
    font-size: var(--title-10);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    color: var(--gray-dark-2);
}

.accordion-area .description{
    font-size: var(--paragraph-5);
    color: var(--gray-dark-1);
}

.acordion{
    padding: 0 3rem;
}

/* @media (max-width:1400px) {
    .acordion {
        padding: 0 7rem;
    }
}

@media (max-width:1024px) {
    .acordion{
        padding: 0 6.5rem;
    }
}
@media (max-width:768px) {
    .acordion{
        padding: 0 3.5rem;
    }
} */

@media (max-width:470px) {

    .acordion{
        padding: 0 1rem;
    }
}

.acordion__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
/*    background-color: var(--brand-white);*/
    border: none;
    padding: 0.969rem 1.5rem;
    border-bottom: 1px solid var(--gray-light-2);
    border-top: 1px solid var(--gray-light-2);
    /* height: 3.8rem; */
    align-items: center;
    text-align: left;
}

.acordion__title > h4 {
    margin: 0;
    color: var(--brand-black);
    font-family: var(--font-family-1);
    font-size: var(--paragraph-9);
    font-style: normal;
    font-weight: var(--weight-normal );
    line-height: normal;
    letter-spacing: 0.4px;
}

.acordion__title > svg{
    transform: rotate(0deg);
    transition: all 400ms;
    min-width: 3rem;
}

.acordion__content{
    background-color: var(--brand-white);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms linear;
}

.acordion__title-is-active > h4{
     color: var(--brand-white);
    font-family: var(--font-family-1);
    border-bottom: var(--brand-secundary); 
}

.acordion__title-is-active {
    border-bottom: 1px solid var(--gray-dark-3);
    background-color: var(--gray-dark-4) !important;
}

.acordion__title-is-active > svg{
    transform: rotate(180deg);
    transition: all 400ms;
    color:var(--gray-dark-3);
}

.acordion__title > svg > path{
    fill:var(--brand-black);
}  

.acordion__title-is-active > svg > path{
    fill:var(--brand-white);
}

.acordion__content-is-active {
    padding: 1.5rem;
    max-height: 5000px;
    overflow: auto;
    overflow-y: hidden;
    transition: all 400ms;
    font-family: var(--font-family-2);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    border-bottom: 1px solid var(--gmw-gray-1);
}

.acordion__content-is-active p {
    font-size: var(--paragraph-1) !important;
    color: var(--gmw-gray-1) !important;
}

/* Component 5: service cards */
.service-card__wrapper{
    margin: 4.5rem 1.25rem;
/*    background-color: #F1F1F1;*/
}
/*.service-card__wrapper:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
*/

.service-card__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-card__image {
    width: 100%;
    display: block;
}

.service-card__image-text {
    position: absolute;
    font-family: var(--font-family-1);
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--gray-dark-1);
    font-size: 28px;
    font-weight: var(--weight-normal);
    padding: 10px 0;
    z-index: 2;
    text-transform: uppercase;
}

.service-card__wrapper > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__text_content {
    /* height: 15.25rem; */
    padding: 2rem 0rem;
    color: #6C6C6C;
}

.service-card__text_content > h4 {
    font-family: var( --font-family-1);
    font-size: 26px;
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.4px;
    color: var(--gray-dark-2);
    text-transform: uppercase;
}

.service-card__text_content > p {
    margin-top: var(--title-5);
    font-family: var(--font-family-2);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    color: var(--gmw-gray-1);
    letter-spacing: 0.72px;
}

.service-card__links > a{
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    color: var(--brand-black);
    font-weight: var(--weight-bold);
    line-height: 20px;
    text-decoration-line: underline;
    letter-spacing: 0.56px;
}

.first-element-url > a {
    color: var(--brand-blue);
    text-transform: lowercase;
    font-weight: var(--weight-normal);
}

.second-element-url{
    margin-top: 1.5rem;
}

/* @media (max-width:1366px) {
    .service-card__text_content{
        height: 16.25rem;
    }
} */

@media (max-width:767px) {

    .service-card__wrapper{
        margin: 1.5rem 0;
    }
    .service-card__text_content > h4 {
        font-size: var(--title-3);
    }
    .service-card__links > a {
        font-size: 1.125rem;
    }
    .hero-banner__dynamic-view__banner-content > p {
        width: 100%;
    }
    /* .service-card__wrapper > img{
        height: 300px;
    } */
}

/* @media (max-width:470px) {
    .service-card__wrapper > img{
        height: 250px;
    }
} */

/* Component 6: Slider */
.sliderAsComponent{
    width: 100%;
    /*margin-top: 1rem;*/
}

/* .swiper-slide{
    width: 90%;
    scroll-snap-align: center end !important;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-custom-prev,
.swiper-slide-next{
    transform: translateX(195px) !important;
} */

.swiper-slide__content_wrapper{
    position: relative;
    display: flex;
}

.slide-component_text-wrapper {
    padding: 3rem;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 87px;
    z-index: 1;
    width: 36%;
    height: 550px;
}

.Security-Swiper .swiper-slide__content_link > a {
    color: var(--white);
    font-family: var(--font-family-2);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 22px;
    /* text-transform: uppercase; */
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-slide__content_link {
    max-width: 25.313rem;
    max-height: 3.75rem;
    background: var(--black);
    justify-content: center;
    padding: 12px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 20px;
}

/* Hover state */
.Security-Swiper .swiper-slide__content_link:hover {
    color: var(--brand-white);
    background-color: var(--brand);
}

/* Second button styling */
.Security-Swiper .swiper-slide__content_link_second > a {
    color: var(--black); /* Black text */
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-slide__content_link_second {
    max-width: 25.313rem;
    max-height: 3.75rem;
    border: 2px solid var(--black); /* Black outline */
    background: transparent; /* Transparent background */
    justify-content: center;
    padding: 12px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: var(--white);
}

/* Hover state */
.Security-Swiper .swiper-slide__content_link_second:hover > a {
    color: var(--white); /* White text on hover */
}

.Security-Swiper .swiper-slide__content_link_second:hover {
    background-color: var(--black); /* Black background on hover */
}

.arrow-swiper-rows{
    position: relative;
    display: flex;
    gap: 10px;
    bottom: 3%;
}

.slide-component_text-wrapper > h3{
    margin: 0;
    font-family: var(--font-family-1);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 0 3rem;
    text-align: center;
    
}

.slide-component_text-wrapper > p{
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    letter-spacing: 0.72px;
    color: var(--brand);
    text-align: justify;
}

.slide-component-section{
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-weight: var(--weight-normal);
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--brand-black);
}

.slide-component_image{
    height: 100%;
    display: flex;
}

.slide-component_image > img{
    aspect-ratio: 1.99;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--brand-blue) !important;
    transform: scale(0.5);
    position: inherit;
    z-index: 1;
}

.swiper-pagination{
    visibility: hidden;
}

@media (max-width: 768px){

    .slide-component_image{
        flex-direction: column-reverse;
        display: flex;
    }
    .slide-component_image > img {
        position: inherit;
    }
    .arrow-swiper-rows {
        display: none;
    }

    .swiper-pagination {
        position: relative;
        visibility: visible;
    }
    .swiper-pagination:empty {
        display: none;
    }
    .swiper-pagination-bullet{
        background-color: white;
        border: 1px solid var(--black);
    }
    .swiper-pagination-bullet-active{
        background-color: var(--brand);
        border: 1px solid var(--brand);
        width: 10px;
        height: 10px;
    }
    .slide-component_text-wrapper {
        padding: 2rem 0.5rem;
        left: 0%;
        width: 100%;
        align-items: center;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 15rem;
/*        justify-content: center;*/
        align-items: center;
    }
    
}




/* Component 7: Image/Video centered */
.multimedia-content {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background: linear-gradient(to bottom, var(--gray-dark-9), rgba(255, 255, 255, 0) 95.71%);*/
    background: var(--gray-dark-9);
}

.multimedia-content__wrapper{
    padding: 0 10rem 2rem;
}

.youtube-facade {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.youtube-thumbnail {
    display: block;
    width: 100%;
    height: auto;
} 

.youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.youtube-facade:hover .youtube-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}


@media (max-width:992px) {

    .multimedia-content__wrapper {
        padding: 0 1rem 2rem;
    }
}
.text-descripcion{
    /* padding: 0rem 3.5rem 0rem; */
    padding: 0rem 1rem 0rem;
}

.multimedia-content__video > img,
.multimedia-content__video > video > source,
.multimedia-content__video > iframe, #youtubeFacade 
{
    width: 950px;
    height: 540px;
    object-fit: cover;
}

@media (max-width:1366px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade 
    {
        width: 854px;
        height: 440px;
    }
}

@media (max-width:992px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade 
    {
        width: 85%;
        height: 440px;
    }
}

@media (max-width: 769px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade 
    {
        width: 492px;
        height: 286px;
    }

    .multimedia-content {
        height: 527px !important;
    }
}

@media (max-width:576px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade {
        width: 85%;
        height: 300px;
    }

    .multimedia-content {
        height: auto !important;
    }
}
@media (max-width:380px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade {
        height: 200px;
    }
}
@media (max-width:360px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade {
        width: 320px;
        height: 205px;
    }
}

@media (max-width:320px) {

    .multimedia-content__video > img,
    .multimedia-content__video > video > source,
    .multimedia-content__video > iframe, #youtubeFacade {
        width: 85%;
        height: 205px;
    }
}

.multimedia-content {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background: linear-gradient(to bottom, var(--gray-dark-9), rgba(255, 255, 255, 0) 95.71%);*/
    background: var(--brand-gray-1);
    height: 771px;
}

/* Component 8: blog content */
.ListNews{
    padding: 0 1.5rem;
}

.blog_post-wrapper > img {
    width: 100%;
    max-height: 327px;
    object-fit: contain;
    background-color: var(--grayLight);
}

.blog_post-wrapper_body {
    text-align: left;
    padding: 1rem 1.5rem;
    height: 250px;

}

.blog_post-wrapper_body > h4 {
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-style: normal;
    font-weight:var(--weight-bolder);
    line-height: normal;
    color: var(--brand-black);
}

.blog_post-wrapper_body > p {
    margin-top: var(--title-5);
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    letter-spacing: 0.72px;
}

@media (max-width:280px) {

    .blog_post-wrapper_body
    {
        height: 350px;
    }
}

.blog_post-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.blog_post-wrapper_body > p {
    margin-top: 1.5rem;
    height: 72px;
}

@media (max-width:328px) {

    .blog_post-wrapper_body > p
    {
        height: 95px;
    }
}

@media (max-width:280px) {

    .blog_post-wrapper_body > p
    {
        height: 150px;
    }
}

.blog_post-wrapper_body > a,
.blog_post-wrapper_body > a:hover,
.blog_post-wrapper_body > a:focus,
.blog_post-wrapper_body > a:visited,
.blog_post-wrapper_body > a:focus-within,
.blog_post-wrapper_body > a:active 
{
    color: var(--brand-black);
    text-decoration: none;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 22px;
    text-decoration-line: underline;
}

.swiper-button-disabled > svg > path{
    fill: var(--gray-dark-6);
}

.arrow-container {
    margin: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiperBlog-button-next{
    transform: rotate(180deg);
}

/* Component 9: dynamic form */
.dynamic_form-input_wrapper{
    padding: 0 30rem 2rem;
}

input[type="date"] {
    text-align: left;
    min-width: 95.6%;
    -webkit-appearance: none;
    min-height: calc(var(--lwc-heightInput,1.875rem) + (1px * 2) + 24px) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
}


@media (min-width: 1300px) and (max-width:2200px) {
    .calendar-picker-icon {
        position: absolute;
        right: 1vw !important;
    }
}

@media (max-width: 1300px) {
    .dynamic_form-input_wrapper {
        padding: 0 15rem 2rem;
    }
}

@media (max-width: 992px) {
    .dynamic_form-input_wrapper {
        padding: 0 15rem 2rem;
    }
}

@media (max-width: 768px) {
    .dynamic_form-input_wrapper {
        padding: 0 10rem 2rem;
    }

    input[type="date"] {
        text-align: justify;
        justify-content: left;
    }
}

@media (max-width: 576px) {
    .dynamic_form-input_wrapper {
        padding: 0 1rem 1rem;
    }
    .field-12, .field-17, .field-13, .field-18, .field-15, .field-19 {
      width: 95%;
    }
}


.text-descripcion{
    /* padding: 0rem 3.5rem 0rem; */
    padding: 0rem 1rem 0rem;
}

.header-disclaimer {
    flex: 0 0 auto;
    width: 100%;
    margin: 5rem 0 0 0;
    font-family: var(--font-family-2);
    color: var(--gmw-gray-1);
    font-size: 18px !important;
}

.form-input_wrapper_2 {
    flex: 0 0 auto;
    margin: 1rem 0;
}

.checkbox__wrapper .form-check-input:checked[type=checkbox] {
    background-color: var(--brand-blue);
} 
.form-input_wrapper{
    flex: 0 0 auto;
    width: 100%;
    margin: 1rem 0;
}

.form-input_wrapper > input,
.form-input_wrapper_2 > input {
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-dark-5);
    color: var(--gmw-gray-1);
    font-family: var(--font-family-2);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
    letter-spacing: 0.64px;
    justify-items: normal;
    text-align: justify !important;
    text-align: -webkit-left !important;
    position: relative;
}

.form-input_wrapper > input:focus,
.form-input_wrapper_2 > input:focus {
        /*border: none;*/
        background-color: var(--gray-light-4);
        border-bottom: 2px solid #000;
        box-shadow: none;
}

.form-input_wrapper > input::placeholder,
.form-input_wrapper_2 > input::placeholder{
    color: #9A9A9A;
}

.form-input_wrapper > input:focus::placeholder,
.form-input_wrapper_2 > input:focus::placeholder {
        color: #000;
}

.form-input_wrapper .required,
form-input_wrapper_2 .required{
    border-bottom: 2px solid var(--alert-error-main);
    
}

.form-input_wrapper .required::placeholder,
.form-input_wrapper_2 .required::placeholder{
    color: var(--brand);
}

.select-wrapper .required,
.select-wrapper_2 .required {
    background-image: url("/figma/select-arrow/Lg-required.svg");
}

.form-input_wrapper > select {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-dark-5);
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url("/figma/select-arrow/Lg.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    color: var(--gmw-gray-1);
    font-family: var(--font-family-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
    color: var(--gmw-gray-1);
    
}

.form-input_wrapper > select:focus-visible{
    outline-width: 0;
    
}

.form-input_wrapper > select.selected{
    border-bottom: 2px solid #000;
    font-family: var(--font-family-1);
}

.form-input_wrapper > select > option{
    height: 200px !important;
}

.form-input_wrapper > label,
.form-input_wrapper_2 > label{
    color: var(--gmw-gray-1);
    font-family: var(--font-family-2);
    text-align: left;
    font-size: var(--paragraph-2);
    line-height: 22px;
    letter-spacing: 0.48px;
    font-weight: var(--weight-normal);
    letter-spacing: 0.64px;
}

.form-input_wrapper .label-required,
.form-input_wrapper_2 .label-required {
    font-family: var(--font-family-2);
    font-size: var(--paragraph-4);
    color: var(--alert-error-main);
}

.checkbox__wrapper{
    display: flex;
    gap: 50px;
    font-family: var(--font-family-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    color: var(--gmw-gray-1);
}

.checkbox__wrapper2{
    display: flex;
    gap: 20px;
    font-family: var(--font-family-2);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    color: var(--gmw-gray-1);
}

/* Make the checkbox bigger */
.checkbox__wrapper input[type="checkbox"] {
    width: 36px;   /* Adjust size */
    height: 36px;  /* Adjust size */
    flex-shrink: 0;  /* Prevent shrinking */
    margin: 0;     /* Remove any default margin */
}

.form-check-input[type=checkbox]{
    border:solid 2px;
}
.disclaimer-1 {
    gap: 15px;
    /* flex: auto; */
    /* margin-right: 2rem; */
}

.disclaimer2{
    gap: 40px;
}

.check-box {
    width: 50%;
    
}

input#TermsandConditions1 {
    border: 2px solid;
}
.form-input_wrapper_2 > input[type="checkbox"],
.form-input_wrapper_2 > input[type="checkbox"]:focus,
.form-input_wrapper_2 > input[type="radio"]:focus,
.form-input_wrapper_2 > input[type="checkbox"]:checked,
.form-input_wrapper_2 > input[type="radio"]:checked,
.form-input_wrapper > input[type="checkbox"],
.form-input_wrapper > input[type="checkbox"]:focus,
.form-input_wrapper > input[type="radio"]:focus,
.form-input_wrapper > input[type="checkbox"]:checked,
.form-input_wrapper > input[type="radio"]:checked {
    border-color: var(--brand-blue);
    /*box-shadow: none;*/
}

.form-input_wrapper_2 > input[type="checkbox"]:checked,
.form-input_wrapper_2 > input[type="radio"]:checked,
.form-input_wrapper > input[type="checkbox"]:checked,
.form-input_wrapper > input[type="radio"]:checked {
    background-color: var(--brand-blue);
}

.checkbox__wrapper .form-check-input:checked[type=checkbox] {
    background-color: var(--brand-blue);
} 
.specialDisclaimer__radio_buttom{
    width: 100%;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
}
.form-input_wrapper > textarea:focus{
    color: #000;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #000;
}
.submit__buttom {
    display: flex;
    width: 28.125rem;
    max-width: 100%;
    height: 3.75rem;
    /* margin-top: 2.5rem; */
    padding: 0.5rem 2rem;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--font-family-2);
    font-size: var( --title-6);
    font-weight: var(--weight-bolder);
    /* text-transform: uppercase; */
    border: none;
    justify-content: center;
    align-items: center;
}
.submit__buttom:hover {
    color: var(--white);
    background-color: var(--brand-hover);
    border: none;
}
.submit__buttom:active {
    color: var(--white);
    background-color: var(--brand);
    border: none;
}

    .submit__buttom:disabled {
        background-color: black;
        opacity: 40%;
        width: 28.125rem;
    }

@media (max-width: 767px) {
    .submit__buttom:disabled {
        background-color: black;
        opacity: 40%;
        width: 20rem;
    }

    .checkbox__wrapper{
        flex-direction: column;
    }

    .checkbox__wrapper2{
        flex-direction: row;
    }

    .checkbox__wrapper-1, .checkbox__wrapper-2, .disclaimer1{
      flex-direction: row;
    }
}

@media (max-width: 767px){
    .submit__buttom {
        padding: 12px 45px;
        width: 20rem;
    }
    
  .field-15, .field-19 {
    margin-bottom: 0;
  }
}

.iframe-content{
    /*padding: 5rem 5rem 5rem;*/
}

.iframe-content > iframe{
    width: 100%;
    height: 50rem;
}

/*Banner CTA*/

.boxBannerCTA {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: 5rem;
}

@media (max-width: 768px) {
    .boxBannerCTA {
        background: black;
        padding: 0rem 0.9rem;
    }
}

.containerToGoUpBannerCTA {
    position: relative;
    top: 0;
}

@media (max-width: 768px){
    .boxBannerCTA {
    left: 0rem;
    top: -1px;
    width: 100%;
    position: relative;
    }
    .noShadow .boxBannerCTA {
        background: transparent;
        position: initial;
        transform: initial;
    }
    .derko-bannerModel.noShadow .containerToGoUpBannerCTA {
        position: initial;
        padding: 0;
    }
}

@media (max-width: 768px){
    .text_banner_CTA{
        text-align: left;
        width: 34.25rem;
        left: 1.5rem;
        position: relative;
    }
}

.text_banner_CTA{
    text-align: left;
    width: auto; /*34.25rem*/
    left: 0;
}

.p_banner_cta{
    font-size: 16px;
    text-transform: initial;

}

@media (max-width: 768px) {
    .p_banner_cta {
        font-size: 1rem;
        text-wrap: wrap;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .noShadow .p_banner_cta {
        margin: 0;
        padding: 0;
        letter-spacing: initial;
        color: var(--brand-black);
    }
}


@media (max-width: 768px) {
.marcaSvg svg{
    width: 7.173rem;
    height: auto;
}

.text_banner_CTA{
    width: 30.25rem;
}
.noShadow .text_banner_CTA {
    position: initial;
    width: 100%;
}
}
.derko-bannerModel .gradient{
    position:relative;
    display:inline-block;
}

.derko-bannerModel .gradient:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.00) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.00) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.00) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.00) 100%); /* IE10+ */
    background: linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.00) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 768px) {
    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0; 
        top: 0;
        width: 100%; 
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }
    
}


.alternate-post-cta__button-cta {
    margin: 1rem 0;
    display: block;
    text-decoration: none;
    align-content: center;
    transition: all 200ms;
    background-color: var( --brand-blue);
    color: #fff;
    font-family: var(--font-family-2);
    font-size: 1.375rem;
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 292px;
    margin-top: 40px !important;
    text-align: center;
    height: 60px;
}
.alternate-post-cta__button-cta:hover{
    color: #F5F6F7;
    background-color: #545454;
}

.alternate-post-cta__button-cta2 {
    /*    margin: 1rem 0;*/
    display: block;
    text-decoration: none;
    align-content: center;
    transition: all 200ms;
    background-color: var(--brand-white);
    color: var( --brand-blue);
    font-family: var(--font-family-2);
    font-size: 1.375rem;
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 292px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: var( --brand-blue);
    height: 60px;
}
.alternate-post-cta__button-cta2:hover {
    border: 2px solid #545454;
    color: #F5F6F7;
    background-color: #545454;

}
@media (max-width: 768px) {
    .alternate-post-cta__button-cta,
    .alternate-post-cta__button-cta2 {
        margin: auto;
        margin-bottom: 1rem;
        width: 100%;
        max-width: 318px;
        text-align: center;
        font-size: 1.125rem;
    }
}

/* Service Cards */
.dealership{
    margin-top: 0 !important;
    margin-bottom: 3rem !important;
}
.dealership > div {
    max-width: 92% !important;
}
.cajaMedia_content-wrapper>img {
    aspect-ratio: 4/3 !important;
}
.wrapper-dealership:nth-child(odd) {
    padding-right: 0 !important;
}
.wrapper-dealership:nth-child(even) {
    padding-left: 0 !important;
}
.cajaMedia_content-wrapper {
    margin: 1rem 0.5rem 0 !important;
}
.cajaMedia_content-link {
    background: linear-gradient(360deg, #000 80%, rgba(0, 0, 0, 0) 100%) !important;
}
.cajaMedia_content-link>h2 {
    font-size: 2rem !important;
}



.accordion-layout {
    display: flex;
    justify-content: center;
}

.accordion-layout.full-width {
    width: 100%;
}

.accordion-image {
    width: 40%; 
}

.accordion-content {
    width: 40%;
}

.accordion-layout.full-width .accordion-content {
    width: 100%;
}

.specs {
    font-size: 40px;
    color: var(--gray-dark-2);
    font-family: var(--font-family-1);
    font-weight: var(--weight-normal);
}

.img-accord {
    max-width: -webkit-fill-available;
}


@media (max-width: 768px) {
    .cajaMedia_content-link {
        background: linear-gradient(360deg, #000 57%, rgba(0, 0, 0, 0) 100%) !important;
    }

    .cajaMedia_content-link > h2 {
        font-size: 26px !important;
        line-height: 34.29px !important;
    }

    .cajaMedia_content-wrapper {
        margin: 1.5rem 0 0 !important;
    }

    .dealership > div {
        max-width: 100% !important;
        padding: 0 1rem !important;
    }

    .accordion-layout {
        flex-direction: column;
        align-items: center
    }

    #acords-model .accordion-layout {
        flex-direction: column;
        align-items: start;
    }

    .accordion-area {
        margin: 0px;
    }

    .accordion-image img {
        width: 100vw;
        padding: 0rem 1rem;
    }

    .accordion-content {
        width: 100%;
    }

    .specs {
        font-size: 30px;
    }


    .img-accord {
        max-width: fit-content;
    }
}

/* STORY OF THE BRAND TIMELINE CSS */
.timeline-section{
  position: relative;
    font-family: Arial, sans-serif;
    background-color: #0088C9;
    color: #F6F7F8;
}

.timeline-section h1{
  font-family: var(--font-family-1-1);
  font-size: 44px;
  padding-top: 3rem;
  text-align: center;
}
.timeline-container {
    width: 50%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 600px;
}
.timeline {
    transition: transform 0.3s ease-in-out;
}
.timeline h2{
  font-family: var(--font-family-1);
  font-size: 32px;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
.timeline h2, h1{
  /* text-align: center; */
}
.timeline .event h3 {
  font-family: var(--font-family-1-1);
  font-size: 24px;
  margin-bottom: 1rem;
}
.timeline .event p {
  font-family: var(--font-family-1);
  font-size: 18px;
}
.event {
  padding-top: 1rem;
}
.arrow-top, .arrow-bottom {
  position: absolute;
  right: 10%;
  cursor: pointer;
  user-select: none; /* Prevents text selection */
  /* filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9)); */
  filter: drop-shadow(0px 0px 2px black); 
  z-index: 5;
  }

.arrow-top {
  top: 45%;
  /* height: 50%; */
}
.arrow-bottom{
  bottom: 44%;
  /* height: 50%; */
}
@media (min-width: 1800px){
  .timeline-container {
    width: 1152px;
  }
  .field-15, .field-19 {
    width: 58%;
  }
}
@media (min-width: 1900px){
  .field-15, .field-19 {
    width: 63%;
  }
}
@media (max-width: 1799.98px){
  .field-15, .field-19 {
    width: 52%;
  }
}
@media (max-width: 1699.98px){
  .field-15, .field-19 {
    width: 45%;
  }
}
@media (max-width: 1599.98px){
  .field-15, .field-19 {
    width: 35%;
  }
}
@media (max-width: 1449.98px){
  .field-15, .field-19 {
    width: 20%;
  }
}
@media (max-width: 1399.98px){
.field-12, .field-17, .field-13, .field-18, .field-15, .field-19 {
  width: 95%;
}
}
@media (max-width: 1199.98px){
  .arrow-top, .arrow-bottom {
  right: 5%;
  }
  .arrow-top {
    top: 18.5%;
  }
  .arrow-bottom {
    bottom: 1%;
  }
  .timeline h2 {
    text-align: left;
  }
.timeline-container {
  width: 100%;
  margin: 0;
  /* padding: 0 1rem; */
}
.event, .timeline h2  {
  padding: 1rem 2rem 0 2rem;
}
}
@media (max-width: 767.98px){
  .arrow-top, .arrow-bottom {
  right: 5%;
  }
  .arrow-top {
    top: 19.5%;
  }
  .arrow-bottom {
    bottom: 1%;
  }
  .timeline h2 {
    text-align: left;
  }
.timeline-container {
  width: 100%;
  margin: 0;
  /* padding: 0 1rem; */
}
.event {
  padding: 1rem 1.5rem 0 1.5rem;
}
.timeline-section h1, .timeline h2{
  font-size: 26px;
}
.timeline h2 {
  padding: 3rem 1rem
}
.timeline .event h3 {
  font-size: 18px;
}

.field-14{
    width: 94.5%;
}

}


.sales-section-titles {
  font-family: var(--font-family-1);
  font-size: 48px;
  padding-top: 2rem;
  padding-bottom: 7px;
  width: 122px;
  margin-bottom: 47px;
  color: var(--brand-blue);
} 

#pricelist {
  padding: 0px 217px 70px 217px;
}
.pricelist-container {
  padding: 60px 0px;
}
.pricelist-container {
  border-bottom: 1px solid var(--gray-light-6);
}
.pricelist-container:last-of-type {
  border-bottom: none;
}
.pricelist-img {
  width: 488px;
  height: 184px;
  margin-right: 90px;
  padding: 0;
}
.pricelist-img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pricelist-img {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  animation: pulse;
  animation-duration: .7s;
}
.text-place{
  text-align: left;
}
.prices {
  /* text-align: start; */
  font-family: var(--font-family-2);
  border-right: 1.5px solid var(--gray-light-6);
  color: #000;
}
.prices:last-of-type {
  border-right: none;
}
.srp {
  font-family: var(--font-family-1);
  font-size: 20px;
}
.disclaimer {
  font-family: var(--font-family-2);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

@media(max-width: 1600px) {
  #pricelist {
    padding: 0px 150px 70px 150px;
  }
}
@media(max-width: 1450px) {
  .pricelist-img {
    margin-right: 50px;
  }
}

@media(max-width: 1300px) {
  #pricelist {
    padding: 0px 100px 70px 100px;
  }
}
@media(max-width: 1200px) {
  .pricelist-img {
    width: 379px;
    height: 157px;
  }
  #pricelist {
    padding: 0px 20px 70px 20px;
  }
}
@media(max-width: 1000px) {
  .pricelist-img {
    margin-right: 0;
  }
  .text-place {
    text-align: center;
  }
}
@media(max-width: 992px) {
  .pricelist-section-titles {
    font-size: 28px;
    padding-top: 50px;
  }
  .pricelist-container {
    padding: 0;
}
  .pricelist-img {
    width: 100%;
    height: unset;
  }
  .disclaimer {
    margin-top: 44px;
  }
  #pricelist {
    padding: 0px 20px 50px 20px;
  }
  .pricelist-container:last-of-type {
    border-bottom: 1px solid var(--gray-light-6);
  }
}
@media(max-width: 768px) {
.offer-button {
  width: 100%;
  }
}
@media(max-width: 576px) {
  .sales-section-titles {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .srp {
    font-size: 16px;
  }
  .variant {
    font-size: 14px;
  }
  .offers-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-preview {
    padding: 10px 0px 26px 0px;
  }
  .offer-preview p{
    font-size: 16px;
  }
}
@media(max-width: 420px) {
  .srp {
    font-size: 16px;
  }
  /* .variant {
    font-size: 12px;
  } */
  .prices {
    padding: 5px;
  }
}

@media (min-width:1420px) {
    .alternate-post {
      margin: 80px 0;
    }
}

input[type="date"] {

}

input[type="date"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
}

input[type="date"]::-webkit-date-and-time-value {
    text-align: start !important;
}

input::-webkit-date-and-time-value {
    text-align: start !important;
}